Document::SetWindowTitle

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:13:05 1991
Index Return to Main Contents
 

NAME

Document::SetWindowTitle - instance method  

TEMPLATE

void SetWindowTitle(char * newMainWindowTitle)  

SPECIFIERS

public virtual  

DESCRIPTION

SetWindowTitle sets the title of the instvar window, the main window, to the newMainWindowTitle. This method is called by the method SetName with the new document name as new window title.
This method can be overridden to modify the title. For example, the path name or the file name extension could be removed. Method is rarely overridden.  

ARGUMENTS

char * newMainWindowTitle

a new title for the main window
 

RETURN ARGUMENT

void

 

CATEGORIES

windows, document attributes, overrider interface

 

FIRST DEFINITION

class Document  

FILES

implementation:
Document.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:27 GMT, March 30, 2022